projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1f9f8d
)
(comint-password-prompt-regexp): Recognize
author
Richard M. Stallman
<rms@gnu.org>
Fri, 29 Sep 1995 03:49:35 +0000
(
03:49
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 29 Sep 1995 03:49:35 +0000
(
03:49
+0000)
Old Password and New password.
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index 53518198dea6606009ecb854e671132744fea998..e001079532868c47b541beac84dff66f74f5c333 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-226,7
+226,7
@@
appears in the buffer.
This variable is buffer-local.")
(defvar comint-password-prompt-regexp
- "\\(^[Pp]assword\\|pass phrase\\):\\s *\\'"
+ "\\(^
\\(Old \\|New \\|\\)
[Pp]assword\\|pass phrase\\):\\s *\\'"
"*Regexp matching prompts for passwords in the inferior process.
This is used by `comint-watch-for-password-prompt'.")